home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / mysteryc.arj / EXH25.C < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-04  |  110 b   |  11 lines

  1. #include <stdio.h>
  2. main()
  3. {
  4. nameoffunction();
  5. }
  6. nameoffunction()
  7. {
  8. auto c = 25;
  9. printf("%d", c);
  10. }
  11.